home *** CD-ROM | disk | FTP | other *** search
/ American History: Interactive Maps & User's Guide / American History: Interactive Maps & User's Guide.iso / pc / ImapTest.dxr / 00014_Trophy Script.ls < prev    next >
Encoding:
Text File  |  2000-01-25  |  468 b   |  18 lines

  1. on mouseUp
  2.   global gTeacherCD
  3.   set the visible of sprite 30 to 0
  4.   set the visible of sprite 35 to 0
  5.   set the visible of sprite 37 to 0
  6.   set the visible of sprite 38 to 0
  7.   set the visible of sprite 17 to 0
  8.   if gTeacherCD then
  9.     set the text of member "Hall of Fame Roll" to EMPTY
  10.   else
  11.     loadHallOfFameRoster()
  12.   end if
  13.   play frame "HalloFame"
  14.   set the visible of sprite 35 to 1
  15.   set the visible of sprite 37 to 1
  16.   set the visible of sprite 38 to 1
  17. end
  18.